Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationFitBH Class / DestinationFitBH Constructor / DestinationFitBH Constructor(Int32,Nullable<Single>)
The target page index.
The top coordinate of the document window relative to page bottom.

In This Topic
    DestinationFitBH Constructor(Int32,Nullable<Single>)
    In This Topic
    Initializes a new instance of the DestinationFitBH class.

    Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageIndex As System.Integer, _
       ByVal pdfTop As System.Nullable(Of Single) _
    )
    public DestinationFitBH( 
       System.int pageIndex,
       System.Nullable<float> pdfTop
    )

    Parameters

    pageIndex
    The target page index.
    pdfTop
    The top coordinate of the document window relative to page bottom.
    See Also